ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / MenuBase<T> Class / SubItemsPath Property






In This Topic
    SubItemsPath Property (MenuBase<T>)
    In This Topic
    Gets or sets the name of the property that contains an array with items to be displayed in a sub-menu.
    Syntax
    'Declaration
     
    
    Public Property SubItemsPath As System.String
    'Usage
     
    
    Dim instance As MenuBase(Of T)
    Dim value As System.String
     
    instance.SubItemsPath = value
     
    value = instance.SubItemsPath
    public System.string SubItemsPath {get; set;}
    public read-write property SubItemsPath: System.String; 
    public function get,set SubItemsPath : System.String
    public: __property System.string* get_SubItemsPath();
    public: __property void set_SubItemsPath( 
       System.string* value
    );
    public:
    property System.String^ SubItemsPath {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also